home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / Data / Interface / point.mat < prev    next >
Encoding:
Text File  |  2004-01-05  |  154 b   |  13 lines

  1.  
  2. Shader()
  3. {
  4.     sortweight("foreground")
  5.  
  6.     stream("color", 0)
  7.  
  8.     Pass()
  9.     {
  10.         depthfunc("always", 0)
  11.         blendfunc("src_alpha", "inv_src_alpha")
  12.     }
  13. }